home *** CD-ROM | disk | FTP | other *** search
- Path: calvin.risq.qc.ca!fomalhaut!eths1306
- From: eths1306@ele.etsmtl.ca (ETHIER*STYVE)
- Newsgroups: comp.lang.c++
- Subject: Looking for help with Visual C++'s Linker
- Date: 8 Mar 1996 03:17:51 GMT
- Organization: RΘseau Interordinateurs Scientifique QuΘbΘcois (RISQ)
- Message-ID: <4ho8sv$1m4@calvin.risq.qc.ca>
- NNTP-Posting-Host: fomalhaut.ele.etsmtl.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi everybody,
-
- I'm using Visual C++ 1.52 professional and I have a problem
- when I'm linking. The project is quite big and while visual C++ is
- linking it generates a warning which look like this;
-
- CVPACK: Warning CK4008 exceed 64K, ignoring ...
-
- Unfortunately, error CK4008 doesn't exist in the documentation!
- The help file on the CD-rom stop at CK4007. The linker even reported
- me CK4009 one time (with the same message).
-
- My program is executable (since it's only a warning) but
- I have no debugging information while debuging , it's pretty ennoying!
- (maybye there is other stuff that I'm not aware that aren't working
- in my program)
-
- These are the switches for the linker;
- /NOLOGO /NOD /PACKC:65500 /PACKD:65534 /STACK:14000
- /SEG:1240 /ALIGN:32 /CO
-
- These are the switches for the compiler;
- /nologo /G2 /W3 /Zi /AL /Gt3 /Gx- /YX /Od /D "_DEBUG"
- /FR /GA /Fp"project1.PCH" /Fd"project1.PDB"
-
- I began to receive this error after I added an unsigned variable
- to one of my source file. If I putted a signed variable I didn't get
- the warning CK4008 but if I would put "unsigned" the linker would complain!
-
- If someone can help me I would be happy to hear from you.
- I don't know what to do? If someone can help me, please send me a mail
- directly to eths1306@ele.etsmtl.ca
-
- Thanks very very much in advance
-
-
-